﻿2026-01-05T01:33:09.9983901Z ##[group]Run actions/checkout@v4
2026-01-05T01:33:09.9985212Z with:
2026-01-05T01:33:09.9986356Z   repository: worm-portal/aqequil
2026-01-05T01:33:09.9987637Z   token: ***
2026-01-05T01:33:09.9988406Z   ssh-strict: true
2026-01-05T01:33:09.9989210Z   ssh-user: git
2026-01-05T01:33:09.9990039Z   persist-credentials: true
2026-01-05T01:33:09.9990947Z   clean: true
2026-01-05T01:33:09.9991797Z   sparse-checkout-cone-mode: true
2026-01-05T01:33:09.9992799Z   fetch-depth: 1
2026-01-05T01:33:09.9993582Z   fetch-tags: false
2026-01-05T01:33:09.9994398Z   show-progress: true
2026-01-05T01:33:09.9995209Z   lfs: false
2026-01-05T01:33:09.9996077Z   submodules: false
2026-01-05T01:33:09.9996922Z   set-safe-directory: true
2026-01-05T01:33:09.9998126Z ##[endgroup]
2026-01-05T01:33:10.1062728Z Syncing repository: worm-portal/aqequil
2026-01-05T01:33:10.1065707Z ##[group]Getting Git version info
2026-01-05T01:33:10.1067059Z Working directory is '/home/runner/work/aqequil/aqequil'
2026-01-05T01:33:10.1068960Z [command]/usr/bin/git version
2026-01-05T01:33:10.1944669Z git version 2.52.0
2026-01-05T01:33:10.1973288Z ##[endgroup]
2026-01-05T01:33:10.1990097Z Temporarily overriding HOME='/home/runner/work/_temp/8d34135e-ef03-4d2a-8921-66ee8da32aeb' before making global git config changes
2026-01-05T01:33:10.1994850Z Adding repository directory to the temporary git global config as a safe directory
2026-01-05T01:33:10.2004650Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/aqequil/aqequil
2026-01-05T01:33:10.2079417Z Deleting the contents of '/home/runner/work/aqequil/aqequil'
2026-01-05T01:33:10.2082997Z ##[group]Initializing the repository
2026-01-05T01:33:10.2088159Z [command]/usr/bin/git init /home/runner/work/aqequil/aqequil
2026-01-05T01:33:10.2584406Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-01-05T01:33:10.2586654Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-01-05T01:33:10.2588543Z hint: to use in all of your new repositories, which will suppress this warning,
2026-01-05T01:33:10.2590035Z hint: call:
2026-01-05T01:33:10.2590740Z hint:
2026-01-05T01:33:10.2591651Z hint: 	git config --global init.defaultBranch <name>
2026-01-05T01:33:10.2592802Z hint:
2026-01-05T01:33:10.2593891Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-01-05T01:33:10.2595935Z hint: 'development'. The just-created branch can be renamed via this command:
2026-01-05T01:33:10.2597407Z hint:
2026-01-05T01:33:10.2598137Z hint: 	git branch -m <name>
2026-01-05T01:33:10.2598994Z hint:
2026-01-05T01:33:10.2600186Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-01-05T01:33:10.2622188Z Initialized empty Git repository in /home/runner/work/aqequil/aqequil/.git/
2026-01-05T01:33:10.2639825Z [command]/usr/bin/git remote add origin https://github.com/worm-portal/aqequil
2026-01-05T01:33:10.2718375Z ##[endgroup]
2026-01-05T01:33:10.2719830Z ##[group]Disabling automatic garbage collection
2026-01-05T01:33:10.2723397Z [command]/usr/bin/git config --local gc.auto 0
2026-01-05T01:33:10.2757718Z ##[endgroup]
2026-01-05T01:33:10.2759034Z ##[group]Setting up auth
2026-01-05T01:33:10.2769024Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-01-05T01:33:10.2804424Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-01-05T01:33:10.4221319Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-01-05T01:33:10.4254411Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-01-05T01:33:10.4470791Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-01-05T01:33:10.4503539Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-01-05T01:33:10.4736824Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-01-05T01:33:10.4771160Z ##[endgroup]
2026-01-05T01:33:10.4772547Z ##[group]Fetching the repository
2026-01-05T01:33:10.4780187Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0fba8641708a9a29f5cf75d5e1aa5af56402a902:refs/tags/v1.0.1
2026-01-05T01:33:11.4060024Z From https://github.com/worm-portal/aqequil
2026-01-05T01:33:11.4062628Z  * [new ref]         0fba8641708a9a29f5cf75d5e1aa5af56402a902 -> v1.0.1
2026-01-05T01:33:11.4125345Z ##[endgroup]
2026-01-05T01:33:11.4126313Z ##[group]Determining the checkout info
2026-01-05T01:33:11.4128797Z ##[endgroup]
2026-01-05T01:33:11.4134105Z [command]/usr/bin/git sparse-checkout disable
2026-01-05T01:33:11.4215242Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-01-05T01:33:11.4240115Z ##[group]Checking out the ref
2026-01-05T01:33:11.4244230Z [command]/usr/bin/git checkout --progress --force refs/tags/v1.0.1
2026-01-05T01:33:11.5209821Z Note: switching to 'refs/tags/v1.0.1'.
2026-01-05T01:33:11.5211435Z 
2026-01-05T01:33:11.5211975Z You are in 'detached HEAD' state. You can look around, make experimental
2026-01-05T01:33:11.5213207Z changes and commit them, and you can discard any commits you make in this
2026-01-05T01:33:11.5214087Z state without impacting any branches by switching back to a branch.
2026-01-05T01:33:11.5214621Z 
2026-01-05T01:33:11.5214958Z If you want to create a new branch to retain commits you create, you may
2026-01-05T01:33:11.5216027Z do so (now or later) by using -c with the switch command. Example:
2026-01-05T01:33:11.5216497Z 
2026-01-05T01:33:11.5216689Z   git switch -c <new-branch-name>
2026-01-05T01:33:11.5217005Z 
2026-01-05T01:33:11.5217179Z Or undo this operation with:
2026-01-05T01:33:11.5217453Z 
2026-01-05T01:33:11.5217639Z   git switch -
2026-01-05T01:33:11.5217882Z 
2026-01-05T01:33:11.5218141Z Turn off this advice by setting config variable advice.detachedHead to false
2026-01-05T01:33:11.5218508Z 
2026-01-05T01:33:11.5218750Z HEAD is now at 0fba864 Add automatic versioning from git tags using setuptools_scm
2026-01-05T01:33:11.5222799Z ##[endgroup]
2026-01-05T01:33:11.5259047Z [command]/usr/bin/git log -1 --format=%H
2026-01-05T01:33:11.5281837Z 0fba8641708a9a29f5cf75d5e1aa5af56402a902
